home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Offline / TestCamere / Test viteza cu blitz / Stopuhr.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2005-05-14  |  3KB  |  170 lines

  1. object Form1: TForm1
  2.   Left = 247
  3.   Top = 201
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'StopUhr 1.5 [c] 1999 by The Magic Coder (R.A.)'
  7.   ClientHeight = 217
  8.   ClientWidth = 429
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 429
  24.     Height = 198
  25.     Align = alClient
  26.     Picture.Data = {<image000.jpg>}
  27.   end
  28.   object Label1: TLabel
  29.     Left = 244
  30.     Top = 5
  31.     Width = 129
  32.     Height = 16
  33.     Caption = 'Zwischenspeicher:'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object Start: TButton
  43.     Left = 56
  44.     Top = 16
  45.     Width = 137
  46.     Height = 33
  47.     Caption = 'START'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clBlack
  50.     Font.Height = -16
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     TabOrder = 0
  55.     OnClick = StartClick
  56.   end
  57.   object Stop: TButton
  58.     Left = 56
  59.     Top = 56
  60.     Width = 137
  61.     Height = 33
  62.     Caption = 'STOP'
  63.     Enabled = False
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -16
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.     TabOrder = 1
  71.     OnClick = StopClick
  72.   end
  73.   object Werte: TMemo
  74.     Left = 244
  75.     Top = 24
  76.     Width = 173
  77.     Height = 137
  78.     Color = clSilver
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clWindowText
  81.     Font.Height = -16
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     ReadOnly = True
  86.     ScrollBars = ssVertical
  87.     TabOrder = 2
  88.   end
  89.   object Time: TGroupBox
  90.     Left = 8
  91.     Top = 120
  92.     Width = 225
  93.     Height = 73
  94.     Caption = 'Digital-Anzeige'
  95.     TabOrder = 3
  96.     object zeit: TLabel
  97.       Left = 16
  98.       Top = 20
  99.       Width = 177
  100.       Height = 43
  101.       Caption = '00:00:00:000'
  102.       Font.Charset = ANSI_CHARSET
  103.       Font.Color = clWindowText
  104.       Font.Height = -37
  105.       Font.Name = 'Arial Narrow'
  106.       Font.Style = []
  107.       ParentFont = False
  108.     end
  109.   end
  110.   object StatusBar: TStatusBar
  111.     Left = 0
  112.     Top = 198
  113.     Width = 429
  114.     Height = 19
  115.     Panels = <
  116.       item
  117.         Width = 50
  118.       end>
  119.     SimplePanel = False
  120.   end
  121.   object Button1: TButton
  122.     Left = 248
  123.     Top = 166
  124.     Width = 166
  125.     Height = 28
  126.     Caption = 'Zwischenwerte speichern'
  127.     TabOrder = 5
  128.     OnClick = Button1Click
  129.   end
  130.   object CheckBox1: TCheckBox
  131.     Left = 16
  132.     Top = 96
  133.     Width = 97
  134.     Height = 17
  135.     Caption = 'Message Beep'
  136.     TabOrder = 6
  137.     OnClick = CheckBox1Click
  138.   end
  139.   object CheckBox2: TCheckBox
  140.     Left = 128
  141.     Top = 96
  142.     Width = 97
  143.     Height = 17
  144.     Caption = 'Analog-Anzeige'
  145.     Checked = True
  146.     State = cbChecked
  147.     TabOrder = 7
  148.     OnClick = CheckBox2Click
  149.   end
  150.   object Timer1: TTimer
  151.     Enabled = False
  152.     Interval = 20
  153.     OnTimer = Timer1Timer
  154.     Left = 16
  155.     Top = 8
  156.   end
  157.   object SaveDialog1: TSaveDialog
  158.     DefaultExt = '*.txt'
  159.     Filter = 'Textdatei (*.txt)|*.txt'
  160.     Left = 16
  161.     Top = 40
  162.   end
  163.   object Timer2: TTimer
  164.     Interval = 300
  165.     OnTimer = Timer2Timer
  166.     Left = 16
  167.     Top = 72
  168.   end
  169. end
  170.